CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rfc ftp

搜索资源列表

  1. zlib-1.2.2

    0下载:
  2. zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:483798
    • 提供者:fwx
  1. FTP-client-server

    0下载:
  2. FTP服务器和客户端,按照FTP RFC标准实现,但是功能尚没有完全实现。但是框架和协议都是设定。
  3. 所属分类:Ftp客户端

    • 发布日期:2014-01-16
    • 文件大小:39311
    • 提供者:廖洪申
  1. DLL-src

    0下载:
  2. ocx 代码,C++编写`DEFLATE Compressed Data Format Specification available in ftp://ds.internic.net/rfc/rfc1951.txt
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:128643
    • 提供者:your name
  1. RFC_Protocol

    0下载:
  2. 这是常见的几种RFC协议文档。包含TCP,UDP,Telnet,FTP等协议文档
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:82842
    • 提供者:刘名
  1. ftpControl

    0下载:
  2. 根据Rfc相关规范,利用Visual C++语言,开发的Ftp程序,可以利用该工具下载文件等
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:21225
    • 提供者:姜波
  1. client

    1下载:
  2. linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:39213
    • 提供者:liusong
  1. ftp-code

    0下载:
  2. 在网络程序设计过程中,我们经常要与各种类型的代理服务器打交道,比如在企业内部网通过代理去访问Internet网上的服务器等等,一般代理服务器支持几种常见的代理协议标准,如Socks4,Socks5,Http代理,其中Socks5需要用户验证,代理相对复杂。我在查阅RFC文档和相关资料后,特总结一些TCP协议穿透代理服务器的程序片断,希望对大家有所帮助。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:6576
    • 提供者:林强云
  1. 大牛的socks5代理

    0下载:
  2. 由于工作需要,最近在实现这些代理的协议,主要实现java和c的版本。 java的版本好办,有一个java的proxy类,这个就内置了对代理协议的支持; c的呢,就要自己来了。先动手看看协议。 主要是如下几个RFC http://ftp.icm.edu.pl/packages/socks/socks4/SOCKS4.protocol http://www.rfc-editor.org/rfc/rfc1928.txt http://www.smartftp.com/Products/
  3. 所属分类:代理服务器

  1. rfc959

    0下载:
  2. rfc ftp的完整协议, 开发ftp的必读文档-rfc ftp a complete agreement to develop a must-read document ftp
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:507147
    • 提供者:chenheng
  1. ftp.c

    0下载:
  2. Client application that uses "file transfer protocol" (ftp).service as described by RFC 959. -Client application that uses
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-06
    • 文件大小:38784
    • 提供者:姓名
  1. FTP_client_by_C

    0下载:
  2. 遵照FTP协议编写的FTP客服端程序,可以与服务器程序互联传输文件-AC_FTP is a file transfer protocol client that uses asynchronous socket operation mode and utilizes many programming techniques described in detail throughout the book. It connects to an FTP server, sends co
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:37727
    • 提供者:张凯瑞
  1. rfc959

    0下载:
  2. This graphics specyfication of rfc 959 ftp protocol.-This is graphics specyfication of rfc 959 ftp protocol.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:35536
    • 提供者:tdfs
  1. FTP_document

    0下载:
  2. FTP协议采用一系列简单的协议来完成文件传输的各种任务,在发送命令的时候,总是在命令的最后加上一个回车换行符,在VB中可以用“vbcrlf”来实现,vc中以“\r\n”表示。以下的命令是从Postel和Reynolds所著的RFC 929修改而来,如果读者想查看详细内容,可以参见英文版RFC 929。注意以下出现地标志符CRLF表示的是回车符号,即相当于VC中的“\r\n”。-FTP protocol uses a series of simple file transfer protocol
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:21775
    • 提供者:lzh
  1. myFTP

    0下载:
  2. 实现了FTP的服务器端和客户端,两者都是遵循RFC文档编写,可以与vftpd正常交互-Realized the FTP server and client, both follow the RFC documentation, regular interaction with vftpd
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:6329
    • 提供者:api
  1. rfc959

    0下载:
  2. Ftp 文件传输协议的rfc文档,帮助大家很详细的了解ftp的传输过程-FILE TRANSFER PROTOCOL
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:67015
    • 提供者:王瑞
  1. rfc_959_cn

    0下载:
  2. 文件传输协议(FTP)的正式标准,进行FTP编程时的参考资料-File Transfer Protocol (FTP) of the formal standard for FTP programming reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:340955
    • 提供者:林西
  1. ftp_user_guide

    0下载:
  2. 本方案为LINUX的替代FTP服务器方案,是基于裸机开发的FTP服务器,包括了多个模块,如TCP/IP协议栈,FAT文件系统,基于RFC 959的FTP代码.一般来说,用户需要自己编写FTP基于的磁盘驱动和NIC驱动,就可完成FTP基于各种平台的移植。即可能完成使用FTP.EXE和IE(internet explorer)来操作FTP服务器基于磁盘上文件的读写,创建,删除等功能。 二、 本方案性能稳定,采用模块化设计思想,由我们精心为您设计。欢迎需要FTP功能的项目的朋友前来购买代码进
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:442933
    • 提供者:6756
  1. adhoc.tar

    0下载:
  2. IP, Internet Protocol, (RFC-791) 网际协议 ICMP, Internet Control Message Protocol, (RFC-792) 网际报文控制协议 IGMP, Internet Group Multicast Protocol, (RFC-1112) 网际成组多路广播协议 UDP, User Datagram Protocol, (RFC-768) 用户数据报协议 TCP, Transmission Control P
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1584
    • 提供者:wangjia
  1. ftp

    0下载:
  2. Definitions for FTP see RFC-765. -Definitions for FTP see RFC-765.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:foncdhao
搜珍网 www.dssz.com